CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 圆

搜索资源列表

  1. hough

    0下载:
  2. 实现霍夫曼圆变换,用于计算机视觉以及图像分割,找出图像中的圆形-Huffman circle transform for computer vision and image segmentation to identify a circular image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:4782290
    • 提供者:liulu
  1. opencv-codes-of-Hough

    0下载:
  2. C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:52224
    • 提供者:kzx
  1. hough

    0下载:
  2. 这是检测圆的霍夫算法程序,用C++编写,需要的下载-hough transform to detect the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1579
    • 提供者:王阳
  1. Hough-transform-to-get-circle

    0下载:
  2. 用HOUGH变换在彩色图片中找圆,目前参数只能找到比较标准的圆-to find cirle in a color picture with HOUGH transform
  3. 所属分类:OpenCV

    • 发布日期:2017-11-11
    • 文件大小:17666307
    • 提供者:李先生
  1. 0773383inspection

    0下载:
  2. hough 圆检测,使用opencv源程序-hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:38526
    • 提供者:袁园
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. Image-processing

    1下载:
  2. 图像处理程序,集成了Sobel算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测、直方图、Hough线变换、Hough圆变换、缩放、旋转、腐蚀等功能-Image processing program,including functions of Sobel edge detection operator, Laplace operator edge detection, Canny edge detection operator, histogram, Hough transfor
  3. 所属分类:Special Effects

    • 发布日期:2014-12-27
    • 文件大小:14978048
    • 提供者:赵明航
  1. hough

    0下载:
  2. 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1031
    • 提供者:杜晓辉
  1. opencv_test

    0下载:
  2. 使用摄像头对采集到的图像进行hough圆变换,并显示。-Using the camera the hough circle transform images collected and displayed.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:20701006
    • 提供者:501821782
  1. hough

    0下载:
  2. 本程序能够用hongh变换实现对圆的识别,先进行滤波再进行识别。-This procedure can be used to achieve identification of circular hongh transformation, first be filtered and then identify.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:768
    • 提供者:龙魂
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. Hough-TRANSFORM

    0下载:
  2. 用Hough变换检测出图像中圆 -Hough transform detection image circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1472
    • 提供者:海纳百川
  1. houghcircle

    0下载:
  2. 这是利用hough圆检测法检测人眼的主程序-This is the main program using Hough circle detection method for the detection of the human eye
  3. 所属分类:OS Develop

    • 发布日期:2017-11-24
    • 文件大小:971
    • 提供者:王慧
  1. Hough

    0下载:
  2. 基于VC++的图像处理,计算阵列圆之间的距离-VC++ based image processing, calculating the distance between the circular array
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2261265
    • 提供者:李力
  1. hough_Matlab

    0下载:
  2. hough圆检测的一些原理和代码!对于初学的有很大作用!-hough circle detection of some of the principles and code! There is a significant role for the beginner!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:14182
    • 提供者:niewei
  1. hough

    0下载:
  2. 关于Hough变换的论文和算法设计, 详细描述了如何使用Hough变换提取直线\圆等算法,并提供了加速方法-Papers and on the Hough transform algorithm design, a detailed descr iption of how to use the Hough transform to extract linear \ Yuan and other algorithms, and provides acceleration method
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2918755
    • 提供者:梁振
  1. Hough-circle-detection

    0下载:
  2. 这个一个用matlab语言写的,用Hough算法来检测圆的源程序,实用性好-Matlab language used to write this one, using circular Hough algorithm to detect the source, practical good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:45245
    • 提供者:毕凯
  1. VehicleWheel

    0下载:
  2. 可以进行车轮的检测,利用的是hough圆检测加上车轮特性-The wheel can be detected using the wheel characteristics hough circle detection with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:庄晓滨
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1725
    • 提供者:tbelieve
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6371
    • 提供者:TheNB
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »
搜珍网 www.dssz.com